Einhugur macOS Bridge plugin.

EinhugurMacOSBridge.NSColorList Class (desktop - console - web)

A class that represents named list of NSColor, with keyed values in specific order.

EinhugurCoreBridge.NSObject
   NSColorList

class EinhugurMacOSBridge.NSColorList

Constructors

NSColorList (private) This constructor is private since instances of this class can only be created with a shared method.

Properties

ClassName (Inherited) (desktop - console) Returns the name of the Cocoa class under the hood as String.
EditableReturns true if the list is editable, else false.
Handle (Inherited) Returns Integer handle to the native NSObject structure.
NameReturns the name of the list.

Methods

InsertInserts into the list
Operator_SubscriptReturns NSColor by given key from the list.
Operator_SubscriptSets NSColor by a key.
Release (Inherited) Releases the NSObject.
RemoveRemoves color by the supplied key.
Retain (Inherited) Retains the NSObject
shared WithNameInitializes NSColorList instance and returns the receiver, registering it under the given name if it isn’t in use already.

Constants

Version = 5.0 (Inherited)

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Unsupported Platforms:

  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit